From ab91ee25a2f8de776127fe6862a9eb309daf3b1f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 Jan 2009 16:06:11 +0000 Subject: [PATCH] (Predicates for Strings): Minor clarification. --- doc/lispref/strings.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index e987bdeef78..f1c1d993341 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -102,7 +102,7 @@ otherwise. @defun string-or-null-p object This function returns @code{t} if @var{object} is a string or -@code{nil}, @code{nil} otherwise. +@code{nil}. It returns @code{nil} otherwise. @end defun @defun char-or-string-p object -- 2.30.2